object FreeSpaceLimit: TFreeSpaceLimit Left = 135 Top = 149 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Limit voln�ho m�sta' ClientHeight = 82 ClientWidth = 459 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 297 Top = 54 Width = 76 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 380 Top = 54 Width = 75 Height = 24 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 459 Height = 49 Align = alTop Caption = 'Voln� Limit' TabOrder = 2 object Label1: TLabel Left = 10 Top = 19 Width = 308 Height = 13 Caption = 'Ukon�it b��c� projekt, pokud velikost voln�ho m�sta klesne pod:' end object Label2: TLabel Left = 434 Top = 20 Width = 16 Height = 13 Caption = 'MB' end object Edit1: TEdit Left = 388 Top = 16 Width = 40 Height = 21 TabOrder = 0 Text = '30' OnChange = Edit1Change end end end